ScanDeviceManager ShowDeviceInformation
Pop up a Dialog showing general information for the specified device.
public void ShowDeviceInformation(string deviceUniqueName) |
Return value
void |
Parameters
string | deviceUniqueName | The unique name of the device. |
Exceptions
DeviceNotFoundException | Throws when the device with the given name is not found |
Example
Copy
scanDeviceManager.ShowDeviceInformation(GetselectedDeviceUniqueName());